home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / WWIV Mods / WSFTPSRC.ZIP / WS_FTP.DOC < prev    next >
Encoding:
Text File  |  1993-10-25  |  6.3 KB  |  164 lines

  1.  
  2.   Windows Sockets FTP Client Application - Beta 5 Version 93.10.24
  3.  
  4.  
  5. Description:
  6.  
  7.   This application is a standard File Transfer Protocol (FTP) client 
  8.   application for Windows Sockets.  The user interface for this FTP 
  9.   client is designed with the novice FTP user in mind.  Usage should (??)
  10.   be obvious.  For more information on FTP please refer to the many
  11.   different NETNEWS groups or one of the recent books on the Internet.
  12.  
  13. Requirements:
  14.  
  15.   WS_FTP requires you to have a properly installed WINSOCK.DLL 
  16.   and requires Windows 3.1 or later.  I have not been told of
  17.   WS_FTP not working with any vendor's WINSOCK.DLL.  My testing
  18.   and personal installation is with the Trumpet WinSock Alpha 15.
  19.  
  20. Installation:
  21.  
  22.   1. Copy the executable WS_FTP.EXE into any desired directory.
  23.   2. Create an ICON in any Program Manager group.
  24.      a. Use the File Manager and drag the program into a Program
  25.         Manager group.
  26.      b. Use [F]ile [N]ew in the Program Manager.
  27.  
  28. Options:
  29.  
  30.   Viewer        This is the program that is invoked for LongDir and
  31.                 Display buttons.
  32.  
  33.   EMail         This is used as the default password for anonymous
  34.                 logins as required by most anonymous ftp sites.
  35.  
  36.   Auto Connect  Controls whether or not WS_FTP displays the connect
  37.                 dialog box when it first starts.
  38.  
  39.   Verbose       (should be labeled debug) Enables extra debug messages
  40.                 in the debug window.
  41.  
  42.   Prompt        Enables local/remote filename prompting.
  43.  
  44.   Hash          unimplemented
  45.  
  46.   Store Unique  unimplemented
  47.  
  48.   Receive Unique  Causes received file names to not conflict with existing
  49.                   files.
  50.  
  51.   PORT Cmds       JUST LEAVE THIS ON FOR THE TIME BEING!
  52.  
  53.   CR Stripping    unimplemented
  54.  
  55.   Bell            Causes bell to sound at end of file transfers
  56.  
  57.   Globbing        unimplemented
  58.  
  59.   Case            unimplemented
  60.  
  61.   Transfer Mode
  62.  
  63.     ASCII         Used for TEXT file tranferring
  64.  
  65.     Binary        Used for non-TEXT file transferring
  66.  
  67.     L8            Used for VMS non-TEXT file transferring
  68.  
  69.  
  70. Hints:
  71.  
  72.   1. To set the default local startup directory to be something
  73.      other than where WS_FTP is located
  74.      a. Highlight the WS_FTP icon and press ALT-ENTER.
  75.      b. Change the Working Directory to your desired directory.
  76.  
  77.   2. To delete host names from the host listing, manually edit
  78.      WINSOCK.INI in your windows directory.  Hosts are listed 
  79.      in the [WS_FTP] section.
  80.  
  81.   3. If you have problems with remote to local file name conversions,
  82.      check the Prompt option in the Options dialog box.  You will
  83.      then be shown the proposed file name and allowed to change it.
  84.  
  85.   4. If you get a message that you can't get the "ftp" entry, you
  86.      probably don't have your WINSOCK.DLL setup correctly.  As an
  87.      example, when using Trumpet WinSock, I find it works best if
  88.      you put WINSOCK.DLL, PROTOCOL, SERVICES, HOSTS, TCPMAN.EXE
  89.      and TRUMPWSK.INI all in the Windows directory.  Either that or
  90.      start TCPMAN before you start WS_FTP. 
  91.  
  92.   5. If you want to change to a directory with traversing the full
  93.      tree, make sure there is no name selected in the list box and
  94.      click on ChgDir (works with RmDir also).
  95.  
  96.   6. You can double click on a directory name to change to that
  97.      directory or double click on a file name to transfer that file.
  98.  
  99.   7. Use Binary mode to transfer all files unless you know the file
  100.      only contains text, then use ASCII.
  101.  
  102.   8. If you use Display to display a remote file and then wish to 
  103.      save that file and have the viewer set to NOTEPAD, you can
  104.      select the SaveAs menu option and save the file to whatever
  105.      name you want.
  106.  
  107. Latest Version:
  108.  
  109.   The latest version of this application should always be the file
  110.   /pub/msdos/winsock.files/ws_ftp.zip on ftp.usma.edu (129.29.64.246).
  111.   To access it, enter 129.29.64.246 as the host name and check the
  112.   "anonymous login" box in the WS_FTP connect dialog box.
  113.  
  114. Bug reports, suggestions, etc...
  115.  
  116.   Send all bug reports, suggestions, etc to "junodj@gordon-css583.army.mil"
  117.   or to "72321,366" on compuserve or to "jjunod" on america-on-line.
  118.  
  119.   If you like this program, let other people know about it!
  120.   Post your comments in comp.protocol.tcp-ip.ibmpc.
  121.  
  122. If you want to help...
  123.  
  124.   Source code to this program is freely available in the WS_FTP.ZIP file.
  125.   If you make a change, let me know about it.  I also need someone to 
  126.   write a Windows Help file for this thing.  If you then send me the source
  127.   to that, I will code context sensitive help into WS_FTP.
  128.  
  129. Soapbox on....
  130.   Make public domain software work.  If you are like me, then you 
  131.   benefit from what other people put in the public domain, so now 
  132.   donate back to the public domain whatever you can.  Shareware is 
  133.   great but where would the Internet be without all the public domain 
  134.   software that was released in the early years????  This doesn't mean
  135.   that you have to give up everything you ever wrote, but surely you
  136.   can help a little.
  137. Soapbox off.
  138.  
  139. Program information:
  140.  
  141.   Written by:
  142.       John A. Junod             Internet: <junodj@gordon-css583.army.mil>
  143.       267 Hillwood Street                 <zj8549@trotter.usma.edu>
  144.       Martinez, GA 30907      Compuserve: 72321,366 
  145.  
  146.   THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY 
  147.   OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  148.   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  149.   PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES 
  150.   WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS 
  151.   OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN 
  152.   ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  153.  
  154.   This program executable and all source code is released into the public
  155.   domain.  It would be nice (but is not required) to give me a little 
  156.   credit for any use of this code.  The primary purpose of this application 
  157.   was to learn what it takes to write a Windows Sockets Application.
  158.  
  159.   The user interface for this FTP client is designed with the novice FTP user
  160.   in mind.  Usage should (??) be obvious with the possible exception of the
  161.   the transfer mode; ascii, binary or l8.  All controls are standard Windows
  162.   controls.
  163.  
  164.